home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / documents / X / xdocsSrc / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.7 KB  |  67 lines

  1.   
  2.                      toolbox/documents/X/XdocsSrc README
  3.  
  4.  
  5.  
  6.   
  7.     README for Silicon Graphics X server paper's accompanying sample src code
  8.  
  9.   
  10.   
  11.    This directory contains the following:
  12.   
  13.   
  14.   
  15.  
  16.    Makefile         A Makefile to compile the "crosshair", "layerdemo", 
  17.             "xlayerinfo", and "tulip" binaries from the supplied 
  18.             demonstation source code examples accompanying the
  19.             SGI X server papers in toolbox/documents/X.
  20.   
  21.  
  22.  
  23.    3color.ps:
  24.    ----------
  25.    tulip.c          3color.ps accompanying sample source code for using 
  26.             a three-color cursor program which turns the root window 
  27.             cursor into a tulip.
  28.  
  29.  
  30.  
  31.   
  32.  
  33.    prog_layers.ps:
  34.    ---------------
  35.    XLayerUtil.h/.c  Sample code for routines to portably query overlay 
  36.                     visuals described in the prog_layers.ps article.
  37.  
  38.    layerdemo.c      Sample code demonstrating how to use pure-X overlay 
  39.                     windows to achieve transparency effects.
  40.  
  41.    xlayerinfo.c     Sample code for a program to list a server's visuals 
  42.                     including visual layering information.
  43.   
  44.   
  45.  
  46.  
  47.   
  48.    XperfNyou.sc
  49.    --------
  50.    pidinfo.c        process User+Sys Measurer program example.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.    xsgi.ps:
  57.    --------
  58.    crosshair.c      xsgi.ps accompanying sample source code for turning the 
  59.             root window's cursor into a crosshair cursor.  To return 
  60.             to default root cursor, run 
  61.             
  62. /usr/bin/X11/xsetroot -cursor_name X_cursor -fg red -bg white
  63.  
  64.                     Also, if you run a program like twilight, bgpaste or that 
  65.                     fish background program that tries to totally cover up the 
  66.                     root window, you won't see the crosshair.
  67.